home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / text+faqs / amigafaqdeutsch / programmer / systemtags.c < prev    next >
C/C++ Source or Header  |  1996-02-26  |  322b  |  15 lines

  1. #include <clib/dos_protos.h>
  2. #include <utility/tagitem.h>
  3. #ifdef AZTEC_C
  4. #include <pragmas/dos_lib.h>
  5. #endif
  6. #if defined(__SASC)  ||  defined(_DCC)  ||  defined(__MAXON__)
  7. #include <pragmas/dos_pragmas.h>
  8. #endif
  9.  
  10.  
  11. LONG SystemTags(STRPTR command, Tag tag, ...)
  12.  
  13. { return(SystemTagList(command, (struct TagItem *) &tag));
  14. }
  15.